Jquery .show() and .hide() or even .css({"display":"none"}); not working in firefox?
Posted
by tarnfeld
on Stack Overflow
See other posts from Stack Overflow
or by tarnfeld
Published on 2010-04-15T09:30:45Z
Indexed on
2010/04/15
9:33 UTC
Read the original article
Hit count: 105
For some odd reason the part where objects are shown and hidden in my script doesn't seem to be working. I'm not sure if its the fact firefox doesn't like that or whether its the function-based code I have (to save duplicating lines of code)?
There is a working example here and the javascript is here
All help appreciated
© Stack Overflow or respective owner